home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gMasterObj, gICVquadspeed
- cursor(4)
- if the colorDepth > 16 then
- alert("For optimum video performance please" & RETURN & "set your monitor color depth to 16 Bit.")
- end if
- if not gICVquadspeed then
- playVideo(gMasterObj, "blues2x.icv")
- else
- if gICVquadspeed then
- playVideo(gMasterObj, "blues4x.icv")
- end if
- end if
- end
-